type runtime.maybeTraceablePtr
8 uses
runtime (current package)
runtime2.go#L335: type maybeTraceablePtr struct {
runtime2.go#L344: func (p *maybeTraceablePtr) setUntraceable() {
runtime2.go#L352: func (p *maybeTraceablePtr) setTraceable() {
runtime2.go#L359: func (p *maybeTraceablePtr) set(v unsafe.Pointer) {
runtime2.go#L367: func (p *maybeTraceablePtr) get() unsafe.Pointer {
runtime2.go#L374: func (p *maybeTraceablePtr) uintptr() uintptr {
runtime2.go#L383: maybeTraceablePtr
runtime2.go#L416: elem maybeTraceablePtr // data element (may point to stack)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |